Azure OpenAI
⚠️ Please note that using some AI providers, such as OpenAI's API, can be expensive. Monitor your usage carefully to avoid incurring unexpected costs. We're NOT responsible for your usage under any circumstance.
Quick Start Guide
- Instructions for setting up an Azure OpenAI Deployment can be found here.
Update your agent settings
- Set
AI_PROVIDER
toazure
. - Set
AZURE_API_KEY
to your Azure OpenAI API key. - Set
AZURE_OPENAI_ENDPOINT
to your Azure OpenAI endpoint. - Set
AZURE_DEPLOYMENT_NAME
to your Azure OpenAI deployment ID for your primary model. - Set
AI_TEMPERATURE
to a value between 0 and 1. The higher the value, the more creative the output. - Set
MAX_TOKENS
to the maximum number of input tokens.gpt-4o
allows up to120000
input tokens.